projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f255bc
)
(info-menu-5): Mark face alias as obsolete.
author
Glenn Morris
<rgm@gnu.org>
Wed, 2 Sep 2009 03:06:50 +0000
(
03:06
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 2 Sep 2009 03:06:50 +0000
(
03:06
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index c0caf742877caf690fb9bcd615233e1aeadc6a14..f859ecf5dfbaf5e65eb5f458717755a7c1f7e3d3 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-121,7
+121,7
@@
The Lisp code is executed when the node is selected.")
(t :underline t))
"Face for every third `*' in an Info menu."
:group 'info)
-(
put 'info-menu-5 'face-alias 'info-menu-star
)
+(
define-obsolete-face-alias 'info-menu-5 'info-menu-star "22.1"
)
(defface info-xref
'((t :inherit link))